Spread Windows Forms 7.0 Product Documentation
CreateComplexBorderSide(Boolean,Color,Int32,DashStyle,Single[],Single[]) Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ComplexBorderSideFactory Class > CreateComplexBorderSide Method : CreateComplexBorderSide(Boolean,Color,Int32,DashStyle,Single[],Single[]) Method


draw
Whether to draw the side
color
Color of the side
width
Width of the side
dashStyle
DashStyle of the side
dashPattern
DashPattern of the side
compoundArray
CompoundArray of the side

Glossary Item Box

Creates a complex border side with the specified draw flag, color, width, dash style, dash pattern, and compound array.

Syntax

Visual Basic (Declaration) 
Public Overloads Function CreateComplexBorderSide( _
   ByVal draw As Boolean, _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal dashStyle As DashStyle, _
   ByVal dashPattern() As Single, _
   ByVal compoundArray() As Single _
) As ComplexBorderSide
Visual Basic (Usage)Copy Code
Dim instance As ComplexBorderSideFactory
Dim draw As Boolean
Dim color As Color
Dim width As Integer
Dim dashStyle As DashStyle
Dim dashPattern() As Single
Dim compoundArray() As Single
Dim value As ComplexBorderSide
 
value = instance.CreateComplexBorderSide(draw, color, width, dashStyle, dashPattern, compoundArray)
C# 
public ComplexBorderSide CreateComplexBorderSide( 
   bool draw,
   Color color,
   int width,
   DashStyle dashStyle,
   float[] dashPattern,
   float[] compoundArray
)

Parameters

draw
Whether to draw the side
color
Color of the side
width
Width of the side
dashStyle
DashStyle of the side
dashPattern
DashPattern of the side
compoundArray
CompoundArray of the side

Return Value

Complex border side (ComplexBorderSide object) with the parameters specified

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.